home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000118_news@watsun.cc.columbia.edu _Mon May 31 00:53:32 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id AAA24937
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 31 May 1999 00:53:31 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id AAA10427
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 31 May 1999 00:26:31 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: Hi - Calling kermit 95 or 314 from another program - Help?
  11. Date: 31 May 1999 04:26:28 GMT
  12. Organization: Columbia University
  13. Message-ID: <7it31k$a5n$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <37514879@news.power.net.uk>,
  17. John Chewter <john@chewter.powernet.co.uk> wrote:
  18. : Hi - because my customer has some special requirements, I have to write a
  19. : program (VB5) to dial and negotiate the login protocol - this has been done.
  20. : The problem is in trying to execute kermit send and get commands to the VAX
  21. : VMS Ckermit server.
  22. : I have tried using several comms libraries but they seem to do a receive not
  23. : a get - at least it doesn't work. I can do it easily in Kermit95 or 314.
  24. : So noting Franks recent comments and his web page (and three of his books
  25. : which I have already purchased)
  26. : It would appear that I should be able to establish the connection and then
  27. : shell to kermit so do the transfer.
  28. : The problem - kermit says port is busy if I establish connection with TAPI
  29.  
  30. Because you are attempting to open the port a second time instead
  31. of passing the device handle from your open device to K95 via the
  32. command line.
  33.  
  34.   k95.exe -l _<handle> -C "take <script>"
  35.  
  36.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  37.                  The Kermit Project * Columbia University
  38.               612 West 115th St #716 * New York, NY * 10025
  39.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org